home *** CD-ROM | disk | FTP | other *** search
- // Stadium collision shape parameter file
- //
- // Author : Christoph Brzozowski
- // Created: 27.11.2008
-
- // Stadium ( id )
- BEGIN(DEFAULT)
- ExtendOuterBoundsWidth = 12.0 // In meters
- ExtendOuterBoundsLength = 12.0 // In meters
- OuterWallSlopeX = 0.5
- OuterWallSlopeZ = 0.5
- ExtendInnerBoundsWidth = 4.0 // In meters
- ExtendInnerBoundsLength = 5.0 // In meters
- InnerWallSlopeX = 0.1
- InnerWallSlopeZ = 0.1
- InnerWallHeight = 2.5 // In meters
- RoofOffset = 18.0 // In meters
- RoofRadius = 20.0 // In meters
- END
-